
 
 '   T h e r e m i n o   A u t o m a t i o n   d e m o   p r o g r a m 
 
 
 
 '   T e s t   1 
 
 
 
 
 
 P r i n t   F o r m a t ( M a t h _ P I ,   " 0 . 0 0 " )   +   "   "   +   F o r m a t ( C o s ( 2 ) ,   " 0 . 0 0 " )   +   "   "   +   F o r m a t ( A t a n 2 ( 3 , 0 ) ,   " " ) 
 
 
 
 '   T h i s   s t o p   i s   i m p o r t a n t   t o   r e d u c e   t h e   C P U   w o r k 
 
 '   W i t h o u t   t h e   S t o p   t h e   p r o g r a m   r e s t a r t s   a u t o m a t i c a l l y 
 
 '   a n d   p r o d u c e s   a   c o n t i n u o u s   r e p r i n t 
 
 S t o p 
 
 
 
 
 
 